Description
Type
Restriction of xs:dateTime
Diagram
Overview
Source
<xs:simpleType name="EarliestShipDateType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>The earliest ship date.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:dateTime" />
</xs:simpleType>
|
See Also